home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 December / PCWorld_2004-12_cd.bin / software / topware / gozilla / gozilla.exe / {app} / windows.skin / ibd.skn < prev    next >
Text File  |  2001-11-19  |  2KB  |  43 lines

  1. <form name="Import Broken Download" image="window\dk_blue.bmp" x=center y=center width=325 height=125
  2.     resize_image=stretch resize_window=false topmost=true>
  3.  
  4.     <image name="1" x=0 y=0 width=5 height=16 image="window\upper_left.bmp">
  5.     <image name="2" x=5 y=0 width=-5 height=16 resize=stretch image="window\top.bmp">
  6.     <image name="3" x=-5 y=0 width=5 height=16 image="window\upper_right.bmp">
  7.  
  8.     <image name="4" x=0 y=16 width=6 height=-5 resize=stretch image="window\left_side.bmp">
  9.     <image name="5" x=-5 y=16 width=5 height=-9 resize=stretch image="window\right_side.bmp">
  10.  
  11.     <image name="6" x=0 y=-6 width=6 height=6 image="window\lower_left.bmp">
  12.     <image name="7" x=5 y=-6 width=-9 height=6 resize=stretch image="window\bottom.bmp">
  13.     <image name="8" x=-9 y=-9 width=9 height=9 image="window\lower_right.bmp">
  14.     
  15.     <!-- All controls go after this -->
  16.     
  17.     <textwindow name="title" x=4 y=2 width=200 height=12 
  18.         font=arial align=left fontsize=12 fontcolor=#FFFFFF text="Import Broken Download">
  19.         
  20.     <button name="import_download" x=-70 y=-18
  21.         image="window\ok_n.bmp" mouseOver="window\ok_o.bmp" mouseDown="window\ok_d.bmp">   
  22.  
  23.     <button name="close" x=-46 y=-18
  24.         image="window\cancel_n.bmp" mouseover="window\cancel_o.bmp" mousedown="window\cancel_d.bmp">
  25.  
  26.  
  27.     <textwindow name="desc_bdfl" x=9 y=20 width=300 height=14 
  28.         font=arial align=left fontsize=14 fontcolor=#FFFFFF text="Broken Download File Location:">
  29.     <textinput name="import_filename" x=9 y=38 width=220 height=14  
  30.         font=arial align=left fontsize=14 fontcolor=#000000 bgcolor=#FFFFFF>
  31.  
  32.     <button name="browse_for_import" x=235 y=38
  33.         image="window\button_n.bmp" mouseover="window\button_n.bmp" mousedown="window\button_d.bmp"
  34.         text="Browse"
  35.         text_x=3 text_y=0 font=arial fontsize=14 fontcolor=#000000 mouseovercolor=#3D3D9E 
  36.         fontstyle=bold togglefontstyle=bold>
  37.  
  38.     <textwindow name="desc_bdu" x=9 y=60 width=300 height=14 
  39.         font=arial align=left fontsize=14 fontcolor=#FFFFFF text="Broken Download URL:">
  40.     <textinput name="import_url" x=9 y=78 width=-10 height=14  
  41.         font=arial align=left fontsize=14 fontcolor=#000000 bgcolor=#FFFFFF>
  42.  
  43. </form>